home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / c / strpchrt.zip / READ.ME < prev    next >
Text File  |  1993-08-04  |  5KB  |  136 lines

  1.  
  2.                                 STRIP CHART LIBRARY
  3.                               Last Revised: August, 1993
  4.  
  5. *** Please read this READ.ME file completely before doing anything else.
  6.  
  7. KEYWORDS:  STRIP  CHART  GRAPHICS  C  LIBRARY  PRINTER
  8.  
  9. SOFTWARE CATEGORIES:  IBM DOS, C, PROGRAMMING, PRINTER LIBRARY
  10.  
  11. OVERVIEW
  12. --------
  13. The Strip Chart Library is a PC DOS, C printer graphics library for 
  14. creating continuous "strip charts" on inexpensive tractor-feed 
  15. dot matrix printers.  Strip charts are useful in data acquisition
  16. applications: You acquire data in real-time; save the data to a file;
  17. then use a program linked with the Strip Chart Library to print a 
  18. hardcopy of the file.  If your data acquisition application involves 
  19. very low sampling rates, it may be even possible to use the Strip 
  20. Chart Library to plot the data in real-time.
  21.  
  22. The Strip Chart Library contains features found in very expensive 
  23. hardware strip chart recorders such as:
  24.  
  25.    - Traces can be sized and placed anywhere on the chart.
  26.    - Traces may overlay or overlap other traces.
  27.    - Text and comments can be positioned anywhere on the chart.
  28.    - Reference time axes can be positioned anywhere on the chart.
  29.    - Events (high-low signals), with different marker types,
  30.      are supported.
  31.    - Waveform grid display, clipping, and axes labeling are
  32.      supported.
  33.    - Virtually any "chart speed" may be simulated when playing
  34.      back data from a file.
  35.  
  36.  
  37. DISTRIBUTION LICENSE
  38. --------------------
  39. The STRIP CHART LIBRARY is a shareware program and may be freely 
  40. uploaded to public bulletin boards such as Compuserve, GEnie, etc. 
  41.  
  42. Shareware distributors may distribute this software for a small fee 
  43. to cover their distribution costs.
  44.  
  45.  
  46. END-USER LICENSE AGREEMENT
  47. --------------------------
  48. Copyright (c) 1993 by Christopher S. Lim for this software and 
  49. documentation.  All rights reserved.
  50.  
  51. The author grants you without charge the right to reproduce, distribute,
  52. and use copies of this shareware version of the STRIP CHART LIBRARY
  53. software product and accompanying documentation, on the following
  54. conditions:
  55.  
  56. 1. You must not delete or modify any of the files or documentation.
  57.    You may add new files on the condition that these added files are
  58.    *clearly* marked as such with your name, address and date of addition.
  59.  
  60. 2. You use the software for PRIVATE, PERSONAL USE ONLY. You may not
  61.    use this software in a commercial environment. You cannot sell or 
  62.    receive any commercial benefit from any application that makes use of 
  63.    the Strip Chart Library.  A COMMERCIAL LICENSE (explained below) is 
  64.    required if you wish to use the software for commercial applications.
  65.  
  66.  
  67. SOURCE CODE AVAILABILITY
  68. ------------------------
  69. The source code is availabe only to registered users.  You will need
  70. the source code if your application requires a different compiler or
  71. memory model other than what was supplied in this shareware version.
  72. Refer to file USER.DOC for a list of supported compilers.
  73. The source code should be readily portable to any ANSI C compiler.
  74. All hardware specific (printer control) functions are placed in a 
  75. single file; by modifying this file it should be possible to port 
  76. this library to platforms other than PC DOS.
  77.  
  78.  
  79. REGISTRATION
  80. ------------
  81. If you find the Strip Chart Library to be useful to you, you are
  82. encouraged to send in a small registration fee to the author.  
  83. Your financial support ensures that the shareware concept of high
  84. quality programs at a low cost will continue in the future.
  85.  
  86. There are two types of registration licenses: 
  87. (1) BASIC REGISTRATION and (2) COMMERCIAL LICENSE.  
  88. These are explained below:
  89.  
  90. BASIC REGISTRATION is for private, personal use only and costs $35 
  91. (plus shipping). In return for registering, you will receive:
  92.  
  93.     1. Latest version of the Strip Chart Library.
  94.     2. Complete source code.
  95.     3. A laser-printed manual (not bound).
  96.     4. Notifications of any upgrades.
  97.  
  98. The COMMERCIAL LICENSE is intended for commercial or company use and
  99. costs $95 (plus shipping). You get the Basic Registration mentioned 
  100. above plus:
  101.  
  102.     5. The right to use the Strip Chart Library in a 
  103.        commercial environment.         
  104.     6. The right to distribute executable programs created with
  105.        the Strip Chart Library with no royalties.
  106.     7. Technical support.
  107.  
  108. A registration order form can be found in file REGISTER.DOC.
  109.  
  110.  
  111. TECHNICAL SUPPORT
  112. -----------------
  113. Due to limited finances, I can only offer telephone technical support
  114. to those who purchase the COMMERCIAL LICENSE. If enough people
  115. register, I may consider getting a Compuserve account or setting up
  116. my own bulletin board. Until then, you can reach me at this address:
  117.  
  118.     Christopher Lim
  119.     517 Cobb Court
  120.     La Puente, California 91746
  121.     U.S.A.
  122.  
  123.  
  124. WHERE TO GO FROM HERE
  125. ---------------------
  126. 1. Read the file PACKING.LST for file descriptions.
  127. 2. Run the example programs.
  128. 3. Read the user manual in USER.DOC.
  129. 4. Try writing your own program.
  130. 5. If you find the library useful, register!
  131.  
  132.  *** GOOD LUCK ***
  133.  
  134. --- END OF READ.ME FILE ---
  135.  
  136.